home *** CD-ROM | disk | FTP | other *** search
- HeadInspector = {
- ACTIONS = {
- typeSize:;
- justification:;
- setApply:;
- };
- OUTLETS = {
- typeMtx;
- applyMtx;
- justificationMtx;
- };
- SUPERCLASS = PGInspector;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PGInspector = {
- ACTIONS = {
- default:;
- setMicroInspector:;
- set:;
- revert:;
- };
- OUTLETS = {
- styleIconMatrix;
- microInspectorMtx;
- window;
- microInspectorSlot;
- loadedSelection;
- tailoredItems;
- loadedStyleList;
- currentStyleTextField;
- styleTitleMatrix;
- stringTable;
- currentStyleButton;
- blankMicroPanel;
- };
- SUPERCLASS = Object;
- };
- PageOneApp = {
- ACTIONS = {
- terminate:;
- performMenuAction:;
- new:;
- info:;
- help:;
- open:;
- };
- OUTLETS = {
- spotColorWell;
- infoPanel;
- inspector;
- pagePalette;
- stringTable;
- };
- SUPERCLASS = Application;
- };
-